projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a18baf5
)
Add :expected-result :failed for unfixed bug test
author
Tino Calancha
<tino.calancha@gmail.com>
Tue, 5 Jul 2016 16:10:22 +0000
(
01:10
+0900)
committer
Tino Calancha
<tino.calancha@gmail.com>
Tue, 5 Jul 2016 16:10:22 +0000
(
01:10
+0900)
* test/lisp/help-fns-tests.el (help-fns-test-bug23887):
test/lisp/help-fns-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/help-fns-tests.el
b/test/lisp/help-fns-tests.el
index ba0d8ed8e385fb155a9e611fb935c491e1c49e32..4239a2afefc84fc23b2b7f6f93fb85a9303a6b25 100644
(file)
--- a/
test/lisp/help-fns-tests.el
+++ b/
test/lisp/help-fns-tests.el
@@
-77,6
+77,7
@@
Return first line of the output of (describe-function-1 FUNC)."
(ert-deftest help-fns-test-bug23887 ()
"Test for http://debbugs.gnu.org/23887 ."
+ :expected-result :failed
(let ((regexp "an alias for .re-search-forward. in .subr\.el")
(result (help-fns-tests--describe-function 'search-forward-regexp)))
(should (string-match regexp result))))